home *** CD-ROM | disk | FTP | other *** search
/ Amiga Format CD 44 / Amiga Format CD44 (1999-08-26)(Future Publishing)(GB)(Track 1 of 3)[!][issue 1999-10].iso / -in_the_mag- / basics / blitz / amos2blitz.lha / Amos2Blitz.readme < prev   
Text File  |  1998-09-12  |  1KB  |  37 lines

  1. Short:    V0.2b Converts Amos source structure to Blitz
  2. Author:   burkey@bigfoot.com (Paul Burkey)
  3. Uploader: burkey@bigfoot.com (Paul Burkey)
  4. Type:     dev/basic
  5.  
  6. FIRST! The story.
  7.  
  8. I wanted to write a quick utility to convert Amos to C so I developed
  9. a program called Amos2C. Then someone suggested a program to convert
  10. Amos to Blitz so I decided to "hack" my Amos2C source to make Amos2Blitz.
  11.  
  12. This program will convert the basic Amos structure to Blitz. The result
  13. is nicely indented semi-Blitz source file that will be much easier to
  14. work with.
  15.  
  16. Usage: (via cli only)
  17.  
  18. Amos2Blitz [amos.ascii]
  19.  
  20. thats it...
  21.  
  22. Feel free to contact me about this program at the email address found
  23. at the end of this file. I don't plan to ever make a 100% full
  24. amos to blitz convertion but I do expect to make Amos->Blitz convertion
  25. jobs much easier!
  26.  
  27. I probably won't develop this utility much furthr because I really have
  28. no need for a utility like this. All my future projects will be written
  29. in C, so developing the Amos2C utility is more important for me. I still
  30. hope this program is found usefull and maybe I can adapt it if there are
  31. any requests for some small changes.
  32.  
  33. Thank you,
  34.  
  35. Paul Burkey <burkey@bigfoot.com>
  36.  
  37.